'宣言 Public Overloads Shared Function IsSurrogatePair( _ ByVal text() As System.Char, _ ByVal idx As System.Integer _ ) As System.Boolean
'使用法 Dim text() As System.Char Dim idx As System.Integer Dim value As System.Boolean value = CodeRange.IsSurrogatePair(text, idx)
パラメータ
- text
- The text as character's array for test.
- idx
- The index of array.
戻り値の型
true if is pair of surrogate characters, otherwise false.